home *** CD-ROM | disk | FTP | other *** search
- _parent.lsl.instructionsButton._visible = false;
- msgText.text = "Sorry, Game Over";
- gotoLevel.text = "try again";
- mBtn.onRollOver = function()
- {
- this.nextFrame();
- };
- mBtn.onRollOut = mBtn.onReleaseOutside = function()
- {
- this.prevFrame();
- };
- mBtn.onRelease = function()
- {
- this._parent._parent.resetGame();
- this._parent._parent.initRound(1);
- this._parent.gotoAndStop("off");
- };
- _parent.stopSounds();
- _parent.playSound("loser");
-